func runtime.isSystemGoroutine
9 uses
runtime (current package)
heapdump.go#L359: dumpbool(isSystemGoroutine(gp, false))
mprof.go#L1522: if isSystemGoroutine(gp1, false) {
mprof.go#L1585: if isSystemGoroutine(gp1, false) {
proc.go#L4509: if isSystemGoroutine(gp, false) {
proc.go#L5358: if isSystemGoroutine(newg, false) {
proc.go#L6408: if isSystemGoroutine(gp, false) {
proc.go#L7190: return isSystemGoroutine(gp, true)
traceback.go#L1322: if isSystemGoroutine(gp, false) && level < 2 {
traceback.go#L1408: func isSystemGoroutine(gp *g, fixed bool) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |